home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / dmpc250.zip / DMPC.CFG < prev    next >
Text File  |  1994-09-26  |  3KB  |  107 lines

  1. TEMP=
  2. ;Where to extract files to before playing, defaults to current.
  3.  
  4. RIPPER_DEVICE=SoundBlaster
  5. ;Speaker, DAC, Tandy, SoundBlaster, PAS or GUS.  Defaults to Speaker.
  6. RIPPER_PORT=$220
  7. RIPPER_IRQ=5
  8. ;IRQ value still not being used.
  9. RIPPER_DMA=1
  10. RIPPER_DIR=D:\TEMP
  11. ;Path where you want samples to be saved.
  12.  
  13. START_PATH=C:\PROGRAM\MOD
  14. ;DMPC will read this directory first, unless you use command-line override.
  15.  
  16. ALWAYS_REREAD=False
  17. ;When TRUE, DMPC re-reads the directory every time you change player.
  18.  
  19. READ_ARCHIVES=True
  20. ;When FALSE, DMPC will not search archives for music files.
  21.  
  22. USE_DESCRIPTION=True
  23. ;Defaults to FALSE, when TRUE, DMPC will read DMPC.DSC for descriptions.
  24.  
  25. DMPC_DIR=False
  26. ; When TRUE, DMPC will scan all the directries from DMPC.DIR for music
  27. ; files at startup.  Only current will be scanned when FALSE, defaults to TRUE.
  28.  
  29. USE_LOGFILE=False
  30. ; When TRUE, DMPC will read all it's information from DMPC.LOG intead of doing
  31. ; a manual read.  Defaults to FALSE.
  32.  
  33. SCREENSAVER_TIMEOUT=120
  34. ; Length in seconds of inactivity before the screensaver kicks in.
  35.  
  36. USE_ZOO=FALSE
  37. USE_HYPER=FALSE
  38. USE_SQZ=FALSE
  39. USE_LIMIT=FALSE
  40. USE_HA=FALSE
  41. USE_PAK=FALSE
  42. USE_RAR=FALSE
  43. ;Default to TRUE, won't scan archives of that type if FALSE
  44.  
  45. ;Set these paths for faster startup.
  46. ZIP_PATH=C:\UTILS\ZIP.EXE
  47. ;Only needed for deleting files from ZIPs
  48. UNZIP_PATH=C:\UTILS\UNZIP.EXE
  49. ARJ_PATH=C:\UTILS\ARJ.EXE
  50. LHA_PATH=C:\UTILS\LHA.EXE
  51. LIMIT_PATH=C:\UTILS\LIMIT.EXE
  52. SQZ_PATH=C:\UTILS\SQZ.EXE
  53. HA_PATH=C:\UTILS\HA.EXE
  54. HYPER_PATH=C:\UTILS\HYPER.EXE
  55. HPACK_PATH=C:\UTILS\HPACK.EXE
  56. RAR_PATH=C:\UTILS\RAR.EXE
  57. UC2_PATH=C:\UC2\UC.EXE
  58. ZOO_PATH=C:\UTILS\ZOO.EXE
  59. PAK_PATH=C:\UTILS\PAK.EXE
  60. ;I assume use of ZOO v2.10 and NoGate's PAK.
  61.  
  62. ;You can have up to 30 player configs
  63.  
  64. [Dual Module Player]
  65.  
  66. OPTIONS=-p220 -d1 -i5 -q -8 -l -c1 -s44 %S
  67. ;The %S is optional unless you need the music file name before or in the options
  68. ;eg. OPTIONS=/i /m:%S /s:22000   would become /i /m:ETERNITY.MOD /s:22000
  69. ;Use %P instead of %S to specify the full pathname of the music file, or %K to
  70. ;substitute the name of the music file without its extension. (eg. ETERNITY)
  71.  
  72. LISTFILE=TRUE
  73. ;DMP supports listfiles of the @DMPC.LST type, @DMPC.LST will be passed to the
  74. ;player at the end of the options line unless %P or %S is specified.
  75.  
  76. FILEMASK = MATS36NF
  77. ;MOD, AMF, MTM, STM, S3M, 669, NST, FAR (user configurable, see DMPC.FMT)
  78.  
  79. Player=C:\utils\dmp.exe
  80. ;Specify full path for faster startup.
  81.  
  82.  
  83. [Galaxy Music Player]
  84. OPTIONS=/oSB /m22
  85. FILEMASK=MS36N
  86. Player=C:\utils\glx.exe
  87.  
  88.  
  89. [Modplay 2.19b]
  90. OPTIONS=-ls
  91. FILEMASK=MSN
  92. PLAYER=C:\UTILS\MP.COM
  93.  
  94.  
  95. [Protected Module Player]
  96. OPTIONS=/p220 /i5 /d1 /q /l /c1
  97. LISTFILE=TRUE
  98. FILEMASK=MSA36N
  99. PLAYER=C:\UTILS\PMP.EXE
  100.  
  101.  
  102. [WAV/SND Player]
  103. FILEMASK=WVD
  104. OPTIONS=%S SB$220 /BATCH
  105. PLAYER=SPLAY.EXE
  106. ;SoundPlayer is also written by me, look for SPLAY100.ZIP
  107.